| Build Log |
|
| Command Lines |
Creating temporary file "c:\Documents and Settings\Administrator\Desktop\itunes_hook\DISS_threaded\Dll\Windows 9x Release\RSP000006.rsp" with contents [ /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HookAPI_EXPORTS" /D "WIN95" /FD /EHsc /MT /YX"stdafx.h" /Fp".\Windows 9x Release/HookAPI.pch" /Fo".\Windows 9x Release/" /Fd".\Windows 9x Release/" /W3 /c /TP ".\Main.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\Administrator\Desktop\itunes_hook\DISS_threaded\Dll\Windows 9x Release\RSP000006.rsp" /nologo" Creating temporary file "c:\Documents and Settings\Administrator\Desktop\itunes_hook\DISS_threaded\Dll\Windows 9x Release\RSP000007.rsp" with contents [ /OUT:"..\HookAPI9x.dll" /INCREMENTAL:NO /NOLOGO /DLL /DEF:".\HookAPI.def" /PDB:".\Windows 9x Release/HookAPI9x.pdb" /IMPLIB:".\Windows 9x Release/HookAPI9x.lib" /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Windows 9x Release\ApiInfo.obj" ".\Windows 9x Release\HookAPI.obj" ".\Windows 9x Release\injlib.obj" ".\Windows 9x Release\main.obj" ".\Windows 9x Release\ProcessModule.obj" ".\Windows 9x Release\ProcessToHook.obj" ".\Windows 9x Release\Ring0.obj" ".\Windows 9x Release\util.obj" ] Creating command line "link.exe @"c:\Documents and Settings\Administrator\Desktop\itunes_hook\DISS_threaded\Dll\Windows 9x Release\RSP000007.rsp"" |
| Output Window |
Compiling... Main.cpp Linking... Creating library .\Windows 9x Release/HookAPI9x.lib and object .\Windows 9x Release/HookAPI9x.exp main.obj : error LNK2019: unresolved external symbol "int __stdcall EjectLib(unsigned long,char *)" (?EjectLib@@YGHKPAD@Z) referenced in function "int __stdcall UnhookOneProcess2(char *)" (?UnhookOneProcess2@@YGHPAD@Z) main.obj : error LNK2019: unresolved external symbol "int __stdcall InjectLib(unsigned long,char *)" (?InjectLib@@YGHKPAD@Z) referenced in function "int __stdcall HookOneProcess(unsigned long)" (?HookOneProcess@@YGHK@Z) ..\HookAPI9x.dll : fatal error LNK1120: 2 unresolved externals |
| Results |
Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\itunes_hook\DISS_threaded\Dll\Windows 9x Release\BuildLog.htm" HookAPI - 3 error(s), 0 warning(s) |